Fix listing of Android root directory when it is accessible
authorPo Lu <luangruo@yahoo.com>
Mon, 1 Apr 2024 01:26:03 +0000 (09:26 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 1 Apr 2024 01:26:03 +0000 (09:26 +0800)
commit0cf9b58228580bfa400cdaf35eac04d375fe4785
tree850bbf9b583fc80269c914f0baef9b384f54d551
parent09f381d70d8852d90cdd3c8d7e1e2786dbc61f92
Fix listing of Android root directory when it is accessible

* src/androidvfs.c (android_root_closedir, android_root_dirfd)
(android_root_opendir): Allocate an ersatz file descriptor even
if directory is non-NULL, so that at-funcs will properly return
file status for virtual files in the root directory.
src/androidvfs.c